Namespace - LJCWinFormControls
    
    
    
    Parameters
    name - The column name.
    caption - The column heading.
    textLength - The initial column character width.
    averageCapsWordSize - The average word size.
    
    Returns
    
    The added grid column object.
    
    Syntax
    
    
      
        
          | C# | 
|---|
          
            | public DataGridViewColumn LJCAddColumn(String name, String caption, Int32 textLength = 0, Int32 averageCapsWordSize = 0) | 
        
      
     
    
    
      Adds a grid column.
    
    
    Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.